home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / netscape / skyppp.exe / WINSOCK / SETUP.CMD < prev    next >
OS/2 REXX Batch file  |  1996-02-15  |  795b  |  28 lines

  1. #
  2. #  Trumpet Winsock 2.1 Setup.cmd
  3. #
  4. #  Copyright (C) 1994,1995 Peter R. Tattam & 
  5. #  Trumpet Software International Pty Ltd (TSI)
  6. #  All rights reserved.
  7. #
  8. #  Unless TSI has given prior written consent to such use, 
  9. #  no permission is granted to distribute or otherwise make available 
  10. #  to the public modified versions of this script for commercial purposes.  
  11. #  Any permitted distribution of modified versions of the script must
  12. #  retain the copyright notice at the start of this file and must clearly 
  13. #  identify those parts of the file which have been modified.
  14. #
  15. %ok = [load $password]
  16. %ok = [load $username]
  17.  
  18. if [username "Inserisci la login PPP"]
  19.   save $username
  20. else
  21.   exit
  22. end
  23. if [password "Inserisci la password PPP"]
  24.   save $password
  25. else
  26.   exit
  27. end
  28.